home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / Chip_2003-12_cd1.bin / oddech / flashgame / camp / install / camprunamuck.exe / scripts / DefineButton2_754 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2002-11-01  |  76 b   |  5 lines

  1. on(release){
  2.    _parent.gotoAndPlay(1);
  3.    _parent.triggered = false;
  4. }
  5.